Java Mine
ContentsIndexHome
PreviousUpNext
BitConverter.toSingle Method
Syntax
Java
public static float toSingle(byte[] bytes, int index) throws Exception;

Make toSingle follow this pattern https://en.wikipedia.org/wiki/Single-precision_floating-point_format

  • Converting from single-precision binary to decimal
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!